home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIPCD200305.iso / soft / fm42ch.exe / {app} / Foxmail.exe / 0 / RCDATA / TDLG_LDAPPROP / TDLG_LDAPPROP.txt
Text File  |  2002-07-04  |  7KB  |  329 lines

  1. object Dlg_LDAPProp: TDlg_LDAPProp
  2.   Left = 261
  3.   Top = 164
  4.   BorderStyle = bsDialog
  5.   Caption = 'LDAP Server'
  6.   ClientHeight = 389
  7.   ClientWidth = 410
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   OldCreateOrder = True
  11.   Position = poScreenCenter
  12.   OnCreate = FormCreate
  13.   OnDestroy = FormDestroy
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object PageControl1: TPageControl
  18.     Left = 13
  19.     Top = 3
  20.     Width = 384
  21.     Height = 342
  22.     ActivePage = TabSheet1
  23.     TabOrder = 0
  24.     object TabSheet1: TTabSheet
  25.       Caption = 'Normal'
  26.       object Label3: TLabel
  27.         Left = 16
  28.         Top = 135
  29.         Width = 65
  30.         Height = 13
  31.         Caption = '&Server Name:'
  32.         FocusControl = E_ServerName
  33.       end
  34.       object Bevel2: TBevel
  35.         Left = 16
  36.         Top = 112
  37.         Width = 346
  38.         Height = 2
  39.       end
  40.       object Label2: TLabel
  41.         Left = 16
  42.         Top = 48
  43.         Width = 212
  44.         Height = 13
  45.         Caption = '&Please input the name of this LDAP account.'
  46.         FocusControl = E_AccName
  47.       end
  48.       object Bevel1: TBevel
  49.         Left = 16
  50.         Top = 24
  51.         Width = 346
  52.         Height = 2
  53.       end
  54.       object lblAccount: TLabel
  55.         Left = 26
  56.         Top = 186
  57.         Width = 43
  58.         Height = 13
  59.         Caption = '&Account:'
  60.         FocusControl = E_Account
  61.       end
  62.       object lblPassword: TLabel
  63.         Left = 26
  64.         Top = 213
  65.         Width = 49
  66.         Height = 13
  67.         Caption = '&Password:'
  68.         FocusControl = E_Password
  69.       end
  70.       object lblDomain: TLabel
  71.         Left = 26
  72.         Top = 242
  73.         Width = 39
  74.         Height = 13
  75.         Caption = '&Domain:'
  76.         FocusControl = E_Domain
  77.       end
  78.       object E_ServerName: TEdit
  79.         Left = 148
  80.         Top = 132
  81.         Width = 204
  82.         Height = 21
  83.         TabOrder = 1
  84.         Text = 'E_ServerName'
  85.       end
  86.       object E_AccName: TEdit
  87.         Left = 16
  88.         Top = 72
  89.         Width = 336
  90.         Height = 21
  91.         TabOrder = 0
  92.         Text = 'E_AccName'
  93.       end
  94.       object chkNeedLogin: TCheckBox
  95.         Left = 20
  96.         Top = 161
  97.         Width = 202
  98.         Height = 20
  99.         Caption = 'Server need &login'
  100.         TabOrder = 2
  101.         OnClick = chkNeedLoginClick
  102.       end
  103.       object E_Password: TEdit
  104.         Left = 85
  105.         Top = 209
  106.         Width = 140
  107.         Height = 21
  108.         PasswordChar = '*'
  109.         TabOrder = 4
  110.       end
  111.       object E_Account: TEdit
  112.         Left = 85
  113.         Top = 181
  114.         Width = 140
  115.         Height = 21
  116.         TabOrder = 3
  117.       end
  118.       object chkCheckName: TCheckBox
  119.         Left = 20
  120.         Top = 267
  121.         Width = 260
  122.         Height = 20
  123.         Caption = '&Check the name while sending mail'
  124.         TabOrder = 5
  125.         Visible = False
  126.       end
  127.       object E_Domain: TComboBox
  128.         Left = 85
  129.         Top = 237
  130.         Width = 188
  131.         Height = 21
  132.         ItemHeight = 13
  133.         TabOrder = 6
  134.       end
  135.       object btnGetDomains: TButton
  136.         Left = 272
  137.         Top = 237
  138.         Width = 81
  139.         Height = 21
  140.         Caption = 'D&omain List'
  141.         TabOrder = 7
  142.         OnClick = btnGetDomainsClick
  143.       end
  144.     end
  145.     object TabSheet2: TTabSheet
  146.       Caption = 'Advanced'
  147.       object Bevel3: TBevel
  148.         Left = 16
  149.         Top = 24
  150.         Width = 346
  151.         Height = 2
  152.       end
  153.       object Bevel4: TBevel
  154.         Left = 16
  155.         Top = 112
  156.         Width = 346
  157.         Height = 2
  158.       end
  159.       object lblLDAP: TLabel
  160.         Left = 24
  161.         Top = 49
  162.         Width = 103
  163.         Height = 13
  164.         Caption = 'Directory service &port:'
  165.         FocusControl = E_Port
  166.       end
  167.       object lblTimeOut: TLabel
  168.         Left = 24
  169.         Top = 137
  170.         Width = 79
  171.         Height = 13
  172.         Caption = 'Search &time Out:'
  173.       end
  174.       object Label1: TLabel
  175.         Left = 40
  176.         Top = 163
  177.         Width = 25
  178.         Height = 13
  179.         Caption = 'Short'
  180.       end
  181.       object Label4: TLabel
  182.         Left = 185
  183.         Top = 163
  184.         Width = 24
  185.         Height = 13
  186.         Caption = 'Long'
  187.       end
  188.       object lblSetTime: TLabel
  189.         Left = 233
  190.         Top = 163
  191.         Width = 25
  192.         Height = 13
  193.         Caption = '_m_s'
  194.       end
  195.       object lblMaxAmount: TLabel
  196.         Left = 24
  197.         Top = 202
  198.         Width = 103
  199.         Height = 13
  200.         Caption = '&Max amount returned:'
  201.         FocusControl = E_MaxAmount
  202.       end
  203.       object lblSearchLib: TLabel
  204.         Left = 24
  205.         Top = 231
  206.         Width = 71
  207.         Height = 13
  208.         Caption = '&Search Library:'
  209.         FocusControl = E_Library
  210.       end
  211.       object chkSecureLink: TCheckBox
  212.         Left = 24
  213.         Top = 78
  214.         Width = 209
  215.         Height = 20
  216.         Caption = 'Server require secure link (&SSL)'
  217.         TabOrder = 1
  218.         OnClick = chkSecureLinkClick
  219.       end
  220.       object E_Port: TEdit
  221.         Left = 156
  222.         Top = 46
  223.         Width = 79
  224.         Height = 21
  225.         TabOrder = 0
  226.         Text = 'E_Port'
  227.         OnChange = E_PortChange
  228.       end
  229.       object btnUseDefault: TButton
  230.         Left = 267
  231.         Top = 46
  232.         Width = 91
  233.         Height = 21
  234.         Caption = '&Default'
  235.         TabOrder = 5
  236.         OnClick = btnUseDefaultClick
  237.       end
  238.       object TrackBar1: TTrackBar
  239.         Left = 65
  240.         Top = 163
  241.         Width = 119
  242.         Height = 20
  243.         Min = 1
  244.         Orientation = trHorizontal
  245.         PageSize = 1
  246.         Frequency = 1
  247.         Position = 1
  248.         SelEnd = 0
  249.         SelStart = 0
  250.         TabOrder = 6
  251.         TickMarks = tmBottomRight
  252.         TickStyle = tsAuto
  253.         OnChange = TrackBar1Change
  254.       end
  255.       object E_MaxAmount: TEdit
  256.         Left = 233
  257.         Top = 198
  258.         Width = 66
  259.         Height = 21
  260.         TabOrder = 2
  261.         Text = '1'
  262.       end
  263.       object UpDown1: TUpDown
  264.         Left = 299
  265.         Top = 198
  266.         Width = 15
  267.         Height = 21
  268.         Associate = E_MaxAmount
  269.         Min = 1
  270.         Max = 9999
  271.         Position = 1
  272.         TabOrder = 7
  273.         Wrap = False
  274.       end
  275.       object E_Library: TEdit
  276.         Left = 137
  277.         Top = 228
  278.         Width = 215
  279.         Height = 21
  280.         TabOrder = 3
  281.         Text = 'E_Library'
  282.       end
  283.       object chkSimpleFilter: TCheckBox
  284.         Left = 24
  285.         Top = 257
  286.         Width = 229
  287.         Height = 20
  288.         Caption = 'Use simple search &filter'
  289.         TabOrder = 4
  290.       end
  291.     end
  292.   end
  293.   object btnOK: TButton
  294.     Left = 234
  295.     Top = 358
  296.     Width = 75
  297.     Height = 24
  298.     Caption = 'OK'
  299.     Default = True
  300.     ModalResult = 1
  301.     TabOrder = 1
  302.     OnClick = btnOKClick
  303.   end
  304.   object btnCancel: TButton
  305.     Left = 319
  306.     Top = 358
  307.     Width = 74
  308.     Height = 24
  309.     Cancel = True
  310.     Caption = 'Cancel'
  311.     ModalResult = 2
  312.     TabOrder = 2
  313.   end
  314.   object Language: TLanguage
  315.     LangCenter = DM_Language.LangCenter
  316.     ResStrings.Strings = (
  317.       '0010=  Minute'
  318.       '0011=  Second'
  319.       '0012=Directory service port must be numerical value!'
  320.       '0013=Must input the LDAP account name!'
  321.       '0014=LDAP Account name already exists. Please use another name.'
  322.       '0015=Must input ServerName and Port field first!'
  323.       '0020=Private'
  324.       '0021=Public')
  325.     Left = 332
  326.     Top = 39
  327.   end
  328. end
  329.